@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
a {
	cursor: pointer;
}
ul, li {
	list-style: none;
}

.lvc-wrap {
    float: right;
	position: relative;
	width: 280px;
}

.lvc-wrap .btn-nav{
	position: absolute;
	left: 271px;
	top: 40%;
	width: 25px;
	height: 93px;
	border-style: none;
	background: url("../images/nuv_03.png") no-repeat transparent;
	outline: none;
}

.lvc-wrap .btn-nav:hover{
	background-image: url("../images/nuv_03_hover.png")
}

.lvc-nav {
	width: 100%;
	border-width: 0 1px 0 1px;
}

.lvc-nav li {
	position: relative;
	background-size: auto;
	background-repeat: no-repeat;
	font-size: 22px;
    font-weight: 500;
	background-position: left 30px top 15px;
	background-color: #ffffff;
}
.next-layer a{
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	margin-left: 10px;
}
.lvc-nav li a {
	color: #666;
	display: block;
	height: 50px;
	line-height: 50px;
}
.lvc-nav li a:hover{
	color: #29166f;
}
.lvc-nav li.active a {
	color: #29166f;
}
/*.lvc-nav li.active:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	background: #0d94ff;
	left: 0;
}*/

/*子层 next-layer*/

.lvc-nav li.next-layer.active:before{
	height: 50px;
}
/*.lvc-nav li.next-layer:hover:before{
	background-color: transparent;
}*/
.lvc-nav li.next-layer ol li.active{
	color: #29166f;
	background-color: #ffffff;
}
.lvc-nav li.next-layer ol {
	width: 280px;
	display: none;
	background-color: #fff;
}
.lvc-nav li.next-layer ol li {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #a5a8ad;
	cursor: pointer;
	background-color: #ffffff;
}

/*.lvc-nav li.next-layer ol li:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #919599;
	left: 36px;
	top: 23px;
}*/
.lvc-nav li.next-layer ol li.active:before{
	background: #616366;
}

.lvc-nav li.next-layer ol li.active:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #29166f;
	bottom: 0px;
	left: 0px;
}

.lvc-nav li.next-layer a{
	background: url(../images/direction2.png) no-repeat right 10px center;
}

.lvc-nav li.next-layer a:hover{
	background: url(../images/direction1.png) no-repeat right 10px center;
}
.lvc-nav li.next-layer.arrow a{
	background: url(../images/direction.png) no-repeat right 10px center;
}


/*收起nav*/
.lvc-wrap.lvc-close {
	width: 80px;
}

.lvc-close .lvc-nav li a {
	display: none;
}

.lvc-close .btn-nav {
	left: 81px;
}

.lvc-close .btn-nav{
	background-image: url("../images/nuv_04.png")
}

.lvc-close .btn-nav:hover{
	background-image: url("../images/nuv_04_hover.png")
}

.lvc-close .lvc-nav li {
	height: 50px;
	line-height: 50px;
}


.lvc-close li.next-layer ol {
	background: #fff;
	width: auto;
	position: absolute;
	margin: 0;
	margin-left: 20px;
	white-space: nowrap;
	z-index: 2;
}

.lvc-close li.next-layer ol li {
	padding: 0 20px 0 40px;
}

.lvc-close li.next-layer ol li:before {
	left: 20px;
}

